interprocedural analysis meaning in Chinese
过程间分析
Examples
- Along with the more developed and effective methods of interprocedural analysis and optimization , there must be more compilers to be applied with these techniques
随着更成熟和更有效的过程间分析和优化方法的出现,将会有更多的编译器采用这个技术。 - The traditional intraprocedural analysis and optimization handle the objects in only one procedure . but interprocedural analysis and optimization cover all over the program
传统的过程内分析和优化是针对同一个过程内的对象,而过程间分析和优化处理将分析和优化的范围扩大到了整个程序。 - Lastly , we summarized our research work . interprocedural analysis and optimization has great significance . although they introduce some large compiler - time cost , they represent a trend of compiler optimization
过程间分析和优化的意义是很重大的,虽然过程间分析和优化的开销很大,但是它代表了一种编译器优化的方向和趋势。 - Firstly , this dissertation introduces the conventional optimization techniques concisely and compares those with interprocedural techniques . then , it explains the impact of interprocedural analysis and optimization , which results in the motive of our research
本文首先对传统优化方式作了简单的介绍,并将传统的优化方式和过程间优化做了对比,接着介绍了过程间分析和优化技术所产生的冲击,给出我们研究的目的和方法。 - We present some classical theories about interprocedural analysis and optimization , including call multigraph construction , inline substitution and procedure cloning , and interprocedural information ( side - effect summary sets , alias information and interprocedural constant )
然后,我们对过程间分析和优化的一些经典的理论,包括调用图的构造,内联替换和过程克隆,过程间信息(副作用摘要集合,别名和过程间常量)作了介绍。